home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1998 August / PC Direct August 1998.iso / S / powerj / Product / hpp.z / WDTCM.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-25  |  469 b   |  26 lines

  1. #ifndef _WDTCM_HPP
  2. #define _WDTCM_HPP
  3.  
  4. #include "dtuobj.hpp"
  5. #include "mmdef.hpp"
  6. #include "dtutype.hpp"
  7. #include "mmcomplb.hpp"
  8. #include "mmprop.hpp"
  9. #include "dttyped.hpp"
  10.  
  11. class MetaObject;
  12. class MMComponentLib;
  13.  
  14. extern MMMakeDTObject DTTheMakeDTObject[];
  15. extern WUInt          DTTheNumMakeDTObject;
  16.  
  17. extern "C" {
  18.  
  19. int __stdcall WDTComponentDLLMain( unsigned int, unsigned int, void * );
  20.  
  21. };
  22.  
  23. #pragma library(dtwnva00)
  24.  
  25. #endif // _WDTCM_HPP
  26.